home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-13 | 334 b | 18 lines | [TEXT/ttxt] |
- language: infix-dylan
- module: Dylan-user
-
- // Copyright © 1994 by Apple Computer, Inc. All rights reserved.
-
- define library hello-library
- use Dylan;
- use mac-toolbox;
- use dylan-framework;
-
- export hello-module;
- end library;
-
- define module hello-module
- use Apple-Dylan;
- use mac-toolbox;
- use dylan-framework;
- end module;